home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_2 / sm / s / omp_smexit.rexx next >
OS/2 REXX Batch file  |  1992-09-02  |  406b  |  15 lines

  1. /* ARexx script run by Startup-menu on exit. Quits OctamedPlayer*/
  2.  
  3. ADDRESS OCTAMEDPLAYER
  4. Stop
  5. Quit
  6.  
  7. /* Or you could do it like this if the above does not work (dosn't with me)
  8.  
  9.   ADDRESS Command "C:Break 3 C"
  10.   
  11.   where 3 is the process number that the player is loaded into. Find out by 
  12.   running OMP at startup with OMP_sminit.Rexx but not this script and then
  13.   use Status in a Shell to determine */
  14.  
  15.